{% extends "base_two.html" %} {% block content2 %}

Размещение по каютам

{% for user in users %}

{{ user }} - Каюта № {{ loop.index }} {% if loop.first %} - первый в очереди {% endif %}

{% endfor %} {% endblock %}